Name :Sine function
Symbol :SIN
Illustrate:
Perform a sinusoidal function operation on the input values.
Image:
Parameter:
| Parameter | Statement | Type | Description |
|---|---|---|---|
| IN | Input | REAL | Enter a value |
| OUT | Output | REAL | Output value |
Example:
LD:
ST:
Interpretation:
| parameter | operand | value |
|---|---|---|
| IN | TagIn | Enter a value:90 |
| OUT | TagOut | Output value:0.893996656 |
IN inputs REAL type data, and OUT outputs the sinusoidal operation of IN.